function driver造句
例句與造句
- A function driver can dynamically link to other kernel - mode dlls too
一個(gè)函數(shù)驅(qū)動(dòng)也可以動(dòng)態(tài)鏈接到其他內(nèi)核模式的dll 。 - The combination of minidriver and class driver adds up to a single function driver
迷你驅(qū)動(dòng)核類驅(qū)動(dòng)的聯(lián)合組成了一個(gè)單一的函數(shù)驅(qū)動(dòng)。 - I said earlier that devices can have upper and lower filter drivers as well as a function driver
之前我說過:設(shè)備可以像一個(gè)函數(shù)驅(qū)動(dòng)那樣具有更高或更低的過濾驅(qū)動(dòng)。 - Fdo stands for function device object . the function driver uses this object to manage the functionality of the device
Fdo代表功能設(shè)備對(duì)象。功能驅(qū)動(dòng)使用這個(gè)對(duì)象來管理設(shè)備的功能性。 - You will decide first whether to write a monolithic function driver , a filter driver , or just a minidriver
你首先要決定要編寫一個(gè)單片機(jī)類的驅(qū)動(dòng),一個(gè)篩選驅(qū)動(dòng),或者僅僅一個(gè)迷你驅(qū)動(dòng)。 - It's difficult to find function driver in a sentence. 用function driver造句挺難的
- The system calls adddevice in the driver specified by the service value in the device key . this is the function driver
系統(tǒng)調(diào)用在設(shè)備關(guān)鍵中由服務(wù)值指向的驅(qū)動(dòng)中的“添加設(shè)備” 。這是個(gè)函數(shù)驅(qū)動(dòng)。 - Before i knew the facts , i guessed that device - level filters would be closer to the function driver than class - level filters
在我了解事實(shí)之前,我建議:設(shè)備級(jí)別的過濾器應(yīng)該比類級(jí)別的過濾器更貼近函數(shù)驅(qū)動(dòng)。 - With some exceptions to be noted in the next section , most other types of device require what i ' ve called here a monolithic wdm function driver
在下一節(jié)中提到了很多反例,大部分其他類型的設(shè)備要求(一個(gè))我在這里稱作“單片機(jī)wdm功能驅(qū)動(dòng)” (的驅(qū)動(dòng)) 。 - In the software section , the “ wave descriptor ” and the whole communication process of cy7c68013 in the gpif master mode were expounded ; and the testing result of the firmware was listed at the end of the firmware part ; function driver is the bridge between hardware and host software , and the design process of the wdm ( windows driver mode ) driver for the usb was introduced here ; finally the application software used to exhibit the curves and save data was designed , and the functions of the software were also explained
在軟件部分,詳細(xì)闡述了cy7c68013在gpif工作模式下的波形設(shè)計(jì)過程及其數(shù)據(jù)通信流程,并給出了調(diào)試結(jié)果;驅(qū)動(dòng)程序是硬件和客戶應(yīng)用程序間通信的橋梁,文中介紹了usb的wdm功能驅(qū)動(dòng)程序設(shè)計(jì)過程;最后,設(shè)計(jì)了一個(gè)主要用于演示數(shù)據(jù)變化曲線和數(shù)據(jù)保存的應(yīng)用程序,并對(duì)其功能做了解釋。 - Within the category of wdm driver , you can also distinguish between class drivers ( which manage a device belonging to some well - defined class of device ) and minidrivers ( which supply vendor - specific help to a class driver ) , and between monolithic function drivers ( which embody all the functionality needed to support a hardware device ) and filter drivers ( which “ filter ” the i / o operations for a particular device in order to add or modify behavior )
在wdm驅(qū)動(dòng)的范疇里,你還要區(qū)分類驅(qū)動(dòng)(管理屬于某些明確定義設(shè)備類的設(shè)備)和迷你驅(qū)動(dòng),以及單片函數(shù)驅(qū)動(dòng)(具體化所有支持一個(gè)硬件設(shè)備所需的功能)和篩選驅(qū)動(dòng)(為一個(gè)特殊的設(shè)備過濾一些i / o操作一邊增加或者定義行為) 。